home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / misc-part1 / 7473 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: mail2news.demon.co.uk!girvan.demon.co.uk
  2. From: Allan Girvan <allan@girvan.demon.co.uk>
  3. Newsgroups: comp.sys.amiga.misc
  4. Subject: Re: Arrexx-Commands
  5. Date: Sat, 9 Mar 96 13:41:19 GMT
  6. Message-ID: <9603091341.AA000z0@girvan.demon.co.uk>
  7. References: <9603081302.AA00122@cliffe.demon.co.uk>
  8. X-NNTP-Posting-Host: girvan.demon.co.uk
  9. X-Newsreader: ADMaN 1.7 Copyright 1995 S.T.Brown
  10. X-Mail2News-Path: disperse.demon.co.uk!post.demon.co.uk!girvan.demon.co.uk
  11.  
  12. On Fri, 08 Mar 96, Steven Chapman wrote:
  13.  
  14. > I have got a problem with my arrexx commands,
  15. > ie. They are not found unless i put them in my C: directory.
  16. > This line is in my startup sequence.
  17. > Path >NIL: RAM: C: SYS:Utilities SYS:Rexxc SYS:System S: SYS:Prefs 
  18. >  (cont)SYS:WBStartup SYS:Tools SYS:Tools/Commodities
  19.  
  20. This is the equivalent line from mine :-
  21.  
  22. Path >NIL: RAM: C: SYS:Utilities SYS:Rexxc SYS:System S: SYS:Prefs \ 
  23.          SYS:WBStartup SYS:Tools SYS:ARexx SYS:Tools/Commodities
  24.                                  ^^^^^^^^^
  25.  
  26. There's your culprit!
  27.  
  28. > And this is in my user startup file.
  29. > run <nil: sys:system/rexxmast
  30.  
  31. Try changing this to:-
  32.  
  33. run >nil: sys:system/rexxmast
  34.  
  35. (Note the change in the redirection)
  36.  
  37. This should get rid of the "Arexx installed" (or whatever it says) window.
  38.  
  39. Cheers,
  40.  
  41.  
  42. Allan.
  43. -- 
  44.  |  EMail - allan@girvan.demon.co.uk  |  Running on    //  You Know it  |
  45.  |  Greetings from Glasgow, Scotland  |  AMIGA 1200  \X/   makes sense  |
  46.